Pugs

Mr. Muskrat on 2005-03-12T12:16:16

I took the Pugs plunge this morning.

I installed GHC 6.4 and started installing Perl6::Pugs. CPAN quickly told me that it couldn't find ghc in the path. So I fixed that and started the install again. It was doing all sorts of things when all of a sudden I start getting all sorts of errors. It couldn't figure out which module to use for Map, FiniteMap, etc...

I uninstalled GHC 6.4 and installed 6.2.2, corrected my path and tried the Pugs install again. This time successfully. I haven't played with it yet but I will today.

Some of the new Data. modules were causing namespace collisions. See Release notes for version 6.4. I found out that they were the cause just now and not then.


Fixed in the upcoming 6.0.11.

autrijus on 2005-03-12T14:13:37

As title. :-) Thanks for trying out Pugs!

Re:Fixed in the upcoming 6.0.11.

Mr. Muskrat on 2005-03-12T15:07:45

Very cool. I should have updated my journal entry when theorbtwo told me that the version in svn was fixed already.